Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new endpoints and functionality #253

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

rosen1710
Copy link

Added two new endpoints (accessible only on the station's local network without any authentication):

  • /packets - for retrieving all received packets from the station as JSON;
  • /radioBegin - for manual radio start (in case of automatic mode malfunction).

Added option to send a custom radio message from the web dashboard (just by typing in the command box).

Improved display of received packets in the web dashboard (showing not only encoded but also decoded messages of received packets).

@hughrawlinson
Copy link

hughrawlinson commented Aug 6, 2024

+1, would love for this to land.

How many packets are stored? Are there cases where stations with long uptimes might not be able to handle responding to a request with a lot of packets? In that case, would it make sense to have a time query parameter - like since?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants